-
Notifications
You must be signed in to change notification settings - Fork 98
Rework script to run automated tests #1137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is a squash of multiple commits. Created some docs Added documentation on fixtures Docuemntation of fictures Adding more documentation Signed-off-by: Christian Wolf <[email protected]>
Signed-off-by: Christian Wolf <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1137 +/- ##
============================================
- Coverage 57.89% 57.68% -0.22%
- Complexity 0 735 +735
============================================
Files 73 73
Lines 2292 2290 -2
============================================
- Hits 1327 1321 -6
- Misses 965 969 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Created basic structure Create argument parser Further code to alter docker copntainers Created basic structure to create env dumps Adding latest code Created basic fixture possible Continued to work on scripts Cleaned up a bit Make code more separated Refoctored a bit Generally make unit tests run Make running work in general Make tabulate only optional Enhancing interface Enable docker in containers Fix generation of code coverage reports Allow access to DB by tests Signed-off-by: Christian Wolf <[email protected]> Fix bug in python code Speed up mysql-based tests with eatmydata Activate postgres sync mode as well Restore complete subfixture upon activation Registering new helper with GH actions Signed-off-by: Christian Wolf <[email protected]>
Signed-off-by: Christian Wolf <[email protected]> # Conflicts: # .github/actions/run-tests/reset-from-container.sh
Increased speed of integration tests Make tests run with syncs as well Signed-off-by: Christian Wolf <[email protected]>
Signed-off-by: Christian Wolf <[email protected]>
9722410
to
5959442
Compare
Signed-off-by: Christian Wolf <[email protected]>
This was referenced Aug 4, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This change will rework the current test framework with a more user-friendly one. Some bugs have been ironed out as well as some bad architectural decisions.
Closes #1131
Closes #824